home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2010 / 150Juegos_16.iso / Shareware / Cat Invaders / 1_juegos_Cat Invaders.swf / scripts / frame_12 / DoAction.as
Encoding:
Text File  |  2010-02-03  |  218 b   |  14 lines

  1. loadedBytes = int(this.getBytesLoaded() / 1000) + "k / " + int(this.getBytesTotal() / 1000) + "k";
  2. ifFrameLoaded(110)
  3. {
  4.    loaded = 1;
  5. }
  6. if(loaded == 1)
  7. {
  8.    gotoAndPlay(13);
  9. }
  10. else
  11. {
  12.    gotoAndPlay(2);
  13. }
  14.